case $THIS_SUB_DEPENDS in
  AVAHI) is_depends_enabled  $SPELL  avahi  &&
         return 0
         ;;
esac

return 1
